From: Richard M. Stallman Date: Thu, 17 Feb 1994 03:00:56 +0000 (+0000) Subject: (main): Test BSD_PGRPS, not BSD. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~93096 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=93e74a71b7b00bcbce0b2e4c0fe132ded3163d90;p=emacs.git (main): Test BSD_PGRPS, not BSD. --- diff --git a/src/emacs.c b/src/emacs.c index 470af25d201..d80a2439b2c 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -420,7 +420,7 @@ main (argc, argv, envp) clearerr (stdin); -#ifdef BSD +#ifdef BSD_PGRPS if (initialized) { inherited_pgroup = EMACS_GETPGRP (0);